agents.anac.y2011.ValueModelAgent
Class RealValuedecreaseProxy

java.lang.Object
  extended by agents.anac.y2011.ValueModelAgent.ValueDecrease
      extended by agents.anac.y2011.ValueModelAgent.RealValuedecreaseProxy

public class RealValuedecreaseProxy
extends ValueDecrease


Method Summary
 double getDecrease()
           
 double getDeviance()
           
 double getReliabilty()
           
 int lastSent()
           
 void sent(int bidIndex)
           
 void updateWithNewValue(double newVal, double newReliability)
           
 
Methods inherited from class agents.anac.y2011.ValueModelAgent.ValueDecrease
forceChangeDecrease, getMaxReliabilty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDecrease

public double getDecrease()
Overrides:
getDecrease in class ValueDecrease

getReliabilty

public double getReliabilty()
Overrides:
getReliabilty in class ValueDecrease

getDeviance

public double getDeviance()
Overrides:
getDeviance in class ValueDecrease

lastSent

public int lastSent()
Overrides:
lastSent in class ValueDecrease

sent

public void sent(int bidIndex)
Overrides:
sent in class ValueDecrease

updateWithNewValue

public void updateWithNewValue(double newVal,
                               double newReliability)
Overrides:
updateWithNewValue in class ValueDecrease